object AboutBox: TAboutBox Left = 238 Top = 104 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'Trial/Test Version' ClientHeight = 213 ClientWidth = 354 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 335 Height = 164 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 65 Height = 57 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 177 Height = 13 Caption = 'DB2/ODBC Access Component' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 103 Height = 13 Caption = 'Test/Trial Version' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 8 Top = 75 Width = 86 Height = 13 Caption = 'Copyright 1996' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label1: TLabel Left = 118 Top = 75 Width = 78 Height = 13 Caption = 'By Dan Daley' end object Memo1: TMemo Left = 10 Top = 104 Width = 313 Height = 54 BorderStyle = bsNone Lines.Strings = ( 'You are using a trial version of these components. ' 'They are not to be used in a production or ' 'distributable application. To register, contact ' 'Dan Daley at daley@guernsey.com or see odbcqry.wri') ParentColor = True TabOrder = 0 end end object OKButton: TBitBtn Left = 142 Top = 179 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end